Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed percolator incorrect results with auto create type. #4415

Closed
martijnvg opened this issue Dec 11, 2013 · 1 comment
Closed

Distributed percolator incorrect results with auto create type. #4415

martijnvg opened this issue Dec 11, 2013 · 1 comment
Assignees

Comments

@martijnvg
Copy link
Member

If the .percolator mapping hasn't been created yet and two or more concurrent percolate index requests are processed, the first request would the .percolator type mapping, but the real time percolator listener wouldn't be active, this would result in that the subsequent concurrent requests wouldn't be parsed and kept in memory and would never be included in any percolate api result.

This issue only occurs when .percolator type is created on the fly and not when the mapping for .percolator has been defined before hand via put mapping or create index api.

@ghost ghost assigned martijnvg Dec 11, 2013
@martijnvg
Copy link
Member Author

Fixed via 92c32dc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant